home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / TrimFile < prev    next >
Text File  |  1990-01-08  |  403b  |  19 lines

  1.  
  2. NAME
  3.     TrimFile
  4.  
  5. SYNOPSIS
  6.     TrimFile    file1 file2 ... fileN [-N]
  7.  
  8. DESCRIPTION
  9.     TRIMFILE trims the specified files to N lines each.  If no
  10.     -N argument is given the files are trimmed to 100 lines each.
  11.  
  12.     The last N lines of the file are kept.    Each line may be up
  13.     to 256 characters long.
  14.  
  15.     TRIMFILE currently allocates memory to hold the lines and so
  16.     should not be used with large numeric arguments.
  17.  
  18.  
  19.